home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000239_jaltman2@nyc.rr.com_Wed Apr 21 17:15:25 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!iad-feed.news.verio.net!peer1.stngva01.us.to.verio.net!news.verio.net!newsfeed.icl.net!newsfeed.fjserv.net!c03.atl99!chi1.usenetserver.com!news.usenetserver.com!newsfeed-east.nntpserver.com!nntpserver.com!news3.optonline.net!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
  2. Message-ID: <4086E029.3090500@nyc.rr.com>
  3. From: Jeffrey Altman <jaltman2@nyc.rr.com>
  4. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040316
  5. X-Accept-Language: en-us, en
  6. MIME-Version: 1.0
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Creating FTP connection to port higher than 32767
  9. References: <c66g0g02r4l@drn.newsguy.com>
  10. In-Reply-To: <c66g0g02r4l@drn.newsguy.com>
  11. Content-Type: text/plain; charset=us-ascii; format=flowed
  12. Content-Transfer-Encoding: 7bit
  13. Lines: 26
  14. Date: Wed, 21 Apr 2004 20:48:11 GMT
  15. NNTP-Posting-Host: 24.193.46.55
  16. X-Complaints-To: abuse@rr.com
  17. X-Trace: twister.nyc.rr.com 1082580491 24.193.46.55 (Wed, 21 Apr 2004 16:48:11 EDT)
  18. NNTP-Posting-Date: Wed, 21 Apr 2004 16:48:11 EDT
  19. Organization: Road Runner - NYC
  20. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14956
  21.  
  22. Change the definition of "ftp_port" in ckcftp.c from "short" to 
  23. "unsigned short"
  24.  
  25. Petri wrote:
  26. > Hello everyone,
  27. > I need to connect to an FTP-server that is listening on TCP port 45451.
  28. > If I try to connect with 'ftp ftp.somesite.net 45451' at the Kermit prompt, I
  29. > get the following response:
  30. > ?Bad port name - "45451"
  31. > The result is the same in both V8.0.211 and V8.0.206.
  32. > Still at the Kermit prompt, if I instead type 'telnet ftp.somesite.net 45451', I
  33. > do get connected to the FTP-server.
  34. > Does anyone have any suggestions as to how I can get around this?
  35. > Petri
  36.  
  37. -- 
  38. -----------------
  39. This e-mail account is not read on a regular basis.
  40. Please send private responses to jaltman at mit dot edu